home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- if the movieRate of sprite 10 = 1 then
- cursor(302)
- end if
- end
-
- on mouseLeave me
- cursor(-1)
- end
-
- on mouseUp me
- if the movieRate of sprite 10 = 1 then
- go("grande")
- end if
- end
-
- on mouseWithin me
- if the movieRate of sprite 10 = 1 then
- cursor(302)
- else
- cursor(-1)
- end if
- end
-